(Fshrink_window): Reflow docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 22:47:22 +0000 (22:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 22:47:22 +0000 (22:47 +0000)
src/window.c

index 562f471de36f0d6248350933264a69823790b5de..54c70bb569de1ebc8c0a4ce79938cfba25eebfe8 100644 (file)
@@ -4110,8 +4110,8 @@ too small.  */)
 DEFUN ("shrink-window", Fshrink_window, Sshrink_window, 1, 2, "p",
        doc: /* Make current window ARG lines smaller.
 From program, optional second arg non-nil means shrink sideways arg columns.
-Interactively, if an argument is not given, make the window one line smaller.  Only
-siblings to the right or below are changed.  */)
+Interactively, if an argument is not given, make the window one line smaller.
+Only siblings to the right or below are changed.  */)
      (arg, side)
      Lisp_Object arg, side;
 {